home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / HENSA / DATABASE / EDS.ARC / !EDS_HelpScript < prev    next >
Encoding:
Text File  |  1997-08-22  |  292 b   |  8 lines

  1. |Script to start EDS stronghelp manual
  2. set tmp$path ""
  3. if "<StrongHelp$Dir>" <> "" then set tmp$path <StrongHelp$Dir>.^. else set tmp$path <Database$Dir>.,<Database$Dir>.^.
  4. run tmp:!StrongHlp <Database$Dir>.EDS
  5. |RMEnsure stronghelp 0.00 error "EDS could not find !StrongHlp"
  6. unset tmp$path
  7.  
  8.